home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Human Interface Toolbox / FloatingWindow / Main.nib / classes.nib next >
Encoding:
Text File  |  2000-10-06  |  2.6 KB  |  69 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = IBCarbonBevelButton; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  5.         {CLASS = IBCarbonButton; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  6.         {
  7.             CLASS = IBCarbonControl; 
  8.             LANGUAGE = ObjC; 
  9.             OUTLETS = {
  10.                 carbonBounds = id; 
  11.                 command = id; 
  12.                 controlHandle = id; 
  13.                 controlID = id; 
  14.                 controlMaximum = id; 
  15.                 controlMinimum = id; 
  16.                 controlName = id; 
  17.                 controlSignature = id; 
  18.                 controlSize = id; 
  19.                 controlTitle = id; 
  20.                 controlValue = id; 
  21.                 enabled = id; 
  22.                 hidden = id; 
  23.                 isEnabled = id; 
  24.                 isHidden = id; 
  25.                 objectNameForInspectorTitle = id; 
  26.                 targetFrameworkName = id; 
  27.                 targetFrameworkSupportsConnections = id; 
  28.                 titleRect = id; 
  29.             }; 
  30.             SUPERCLASS = NSObject; 
  31.         }, 
  32.         {
  33.             CLASS = IBCarbonIcon; 
  34.             LANGUAGE = ObjC; 
  35.             OUTLETS = {
  36.                 carbonBounds = id; 
  37.                 command = id; 
  38.                 contentResID = id; 
  39.                 contentType = id; 
  40.                 controlHandle = id; 
  41.                 controlID = id; 
  42.                 controlMaximum = id; 
  43.                 controlMinimum = id; 
  44.                 controlName = id; 
  45.                 controlSignature = id; 
  46.                 controlSize = id; 
  47.                 controlTitle = id; 
  48.                 controlValue = id; 
  49.                 dontTrack = id; 
  50.                 enabled = id; 
  51.                 hidden = id; 
  52.                 isEnabled = id; 
  53.                 isHidden = id; 
  54.                 objectNameForInspectorTitle = id; 
  55.                 targetFrameworkName = id; 
  56.                 targetFrameworkSupportsConnections = id; 
  57.                 titleRect = id; 
  58.             }; 
  59.             SUPERCLASS = IBCarbonControl; 
  60.         }, 
  61.         {CLASS = IBCarbonMenu; LANGUAGE = ObjC; SUPERCLASS = NSMenu; }, 
  62.         {CLASS = IBCarbonMenuItem; LANGUAGE = ObjC; SUPERCLASS = NSMenuItem; }, 
  63.         {CLASS = IBCarbonRootControl; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  64.         {CLASS = IBCarbonStaticText; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  65.         {CLASS = IBCarbonTab; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  66.         {CLASS = IBCarbonUserPane; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }
  67.     ); 
  68.     IBVersion = 1; 
  69. }